home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / remote_control.swf / scripts / DefineButton2_148 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  127b  |  7 lines

  1. on(press){
  2.    _root.playerSelected = "brother";
  3.    _root.SFX.gotoAndPlay("Click");
  4.    gotoAndStop("Start");
  5.    play();
  6. }
  7.